home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / wc_dv7a.zip / AUTOEXEC.BAT < prev    next >
DOS Batch File  |  1991-05-04  |  738b  |  19 lines

  1. @echo off
  2. path c:\wc;c:\wc\pcrelay;c:\cc;c:\cc\cam;c:\wc\pr
  3. break off
  4. prompt $t$h$h$h $p$g
  5. \qemm\loadhi \qemm\buffers=40  (If NOT using /X buffers command and no cache)
  6. \qemm\loadhi \qemm\buffers=10  (If NOT using /X buffers command but a cache)
  7. \qemm\loadhi \Dos\share               (Share MUST be loaded)
  8. \qemm\loadhi \qemm\files=99          (loads 89 more file handles in EMS)
  9. cache-em 4096 /b=9 /t=0 /o /p /z /d* /e*  (Make a 4Mb expanded memory cache
  10. If exist dummy2.fil goto RELAY   --\       using Golden Bow's Vcache 5.x)
  11. If exist dummy1.fil goto SYSTEMR   |
  12. If exist dummy.fil goto MAINT    --/ <--- For my events (see NODEx.BAT)
  13. Del Dum*.fil
  14. cd \dv
  15. XDV                             (Loads Desqview)
  16. :end
  17.  
  18. -EOF-
  19.